home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 14642 / 14642.xpi / chrome / content / historyCalDay.xul < prev    next >
Extensible Markup Language  |  2009-09-23  |  570b  |  17 lines

  1. <?xml version="1.0"?>
  2. <!-- Copyright 2009, Boomtango.com, All Rights Reserved -->
  3. <overlay id="calday"
  4.          xmlns:html="http://www.w3.org/1999/xhtml"
  5.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  6.           <scrollbox id="body" flex="1">
  7.             <grid flex="1">
  8.                 <columns>
  9.                     <column class="calColLabel" flex="0"/>
  10.                     <column flex="1" />
  11.                 </columns>
  12.                 <rows id="hourdata">
  13.                 </rows>
  14.             </grid>
  15.           </scrollbox>
  16. </overlay>
  17.